type golang.org/x/net/http2.writePushPromise

6 uses

	golang.org/x/net/http2 (current package)
		server.go#L1243: 	if wpp, ok := wr.write.(*writePushPromise); ok {
		server.go#L3137: 		write: &writePushPromise{
		write.go#L251: type writePushPromise struct {
		write.go#L263: func (w *writePushPromise) staysWithinBuffer(max int) bool {
		write.go#L268: func (w *writePushPromise) writeFrame(ctx writeContext) error {
		write.go#L286: func (w *writePushPromise) writeHeaderBlock(ctx writeContext, frag []byte, firstFrag, lastFrag bool) error {